@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	color: #21282e;
	font-family: 微软雅黑;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
ul, li, ol {
	list-style: none;
}
.bd a:hover {
	color: #0c83cd
}
.bd a {
	color: #666;
}
a {
	text-decoration: none;
	color: #21282e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: 0;
}
.box1 {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.box {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
/* header */

.logo {
	float: left;
	margin-top: 10px;
}
.ss {
	float: left;
	padding-top: 32px;
	margin-left: 33px;
}
.page_main {
	position: relative;
	background: #fff;
}
.banner-top.index {
	width: 100%;
}
.banner .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .slideBox .hd {
	height: 3px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1;
}
.banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.banner .slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.banner .slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.banner .slideBox .bd img {
	width: 100%;
	display: block;
}
.banner .slideBox .prev, .banner .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.banner .slideBox .prev:hover, .banner .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .slideBox .prevStop {
	display: none;
}
.banner .slideBox .nextStop {
	display: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	height: 80px;
	position: relative
}
.container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
header {
	z-index: 1000;
	position: relative;
	height: 80px;
	background: 0 0
}
.topnav {
	position: relative;
	z-index: 1001;
	margin-bottom: 0;
	background: rgba(255,255,255,.05);
	padding: 3px 0;
	box-sizing: content-box
}
.topnav .navbar {
	min-height: 30px;
	background-color: transparent
}
.navbar-nav {
	font-size: 14px
}
.topnav .navbar .navbar-nav>li {
	color: #FFF;
	line-height: 30px;
	padding: 1px 10px
}
.navbar-nav>li {
	float: left
}
.topnav .navbar .navbar-nav>li>a {
	color: #fff!important;
	padding: 0;
	position: relative;
	line-height: 32px;
	height: 32px;
	font-size: 14px
}
.hot-yhcx {
	color: #fff!important;
	font-size: 14px!important;
	margin-top: -3px
}
.topnav .navbar .navbar-nav>li .fa {
	color: #FC0;
	margin-right: 5px;
	font-size: 1.2em;
	font-weight: 600;
	vertical-align: middle
}
header .navbar .navbar-nav>li:last-child {
	margin-right: 0
}
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.lang-style .dropdown-menu {
	position: absolute;
	box-shadow: none!important;
	border-radius: 3px!important;
	background: #fff;
	padding: 10px 0;
	min-width: 110px!important
}
.lang-style .dropdown-menu .caret1 {
	position: absolute;
	margin-top: -16px;
	margin-left: 47px;
	border-bottom: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 0!important
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover {
	color: #0153DF
}
header.fixed {
	z-index: 1001;
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(255,255,255,0.9);
	transition: all ease .3s;
	-webkit-transition: all ease .35s;
}
header.fixed .navbar .navbar-header {
	margin-top: 5px
}
header.fixed .navbar .navbar-brand {
	width: 195px;
	height: 50px;
	background-size: 150px 50px
}
header.fixed .navbar .navbar-nav>li>a {
	line-height: 80px
}
header.fixed .navbar .navbar-nav>li>a.login {
	margin-top: 11px
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
header .navbar .navbar-header {
	margin-top: 9px;
	display: block;
	float: left
}
header .navbar .navbar-brand {
	display: inline-block;
	padding: 0;
	height: 65px;
	width: 165px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	text-indent: -999em
}
.header .topnav .navbar .navbar-nav {
	margin-left: 0
}
header .navbar .navbar-nav {
	margin-left: 220px;
}
header .navbar .navbar-nav>li:last-child {
	margin-right: 0
}
header .navbar .navbar-nav>li>a {
	color: #474747;
	font-size: 16px;
	line-height: 80px;
	padding: 5px 20px;
	position: relative;
	text-transform: uppercase
}
/*header .navbar .navbar-nav>.active>a, header .navbar .navbar-nav>.active>a:focus, header .navbar .navbar-nav>.active>a:hover, header .navbar .navbar-nav>li>a:focus, header .navbar .navbar-nav>li>a:hover {
	color: #0c83cd;
	background:url(../images/dhbj.jpg) center bottom no-repeat;
}*/


header .navbar .navbar-nav #syly a:hover {
	background: none;
}
header .navbar .navbar-nav>li>a:hover {
	color: #0c83cd;
}
.navbar li a:hover {
	color: #0c83cd;
	background: url(../images/dhbj.png) center bottom no-repeat;
}
header .navbar .navbar-nav #syly {
	position: absolute;
	right: 0;
	padding-top: 5px;
}
#liu .message h2 {
	padding-top: 60px;
}
#liu .message {
	width: 600px;
	float: left;
	margin-top: 20px
}
#liu .message .right #button1 {
	margin-left: 0px;
	background: #ccc;
}
#liu .message .right #button2 {
	background: #ccc;
}
#liu .message .right #button2:hover {
	background: rgba(3,138,214,1);
}
#liu .message .right #button1:hover {
	background: rgba(3,138,214,1);
}
#liu .message .right #TJ7 {
	border: 0;
	display: block;
	width: 95%;
	margin-bottom: 4%;
	height: 127px;
	font-size: 14px;
	padding-left: 1em;
	background: #ccc;
	line-height: 2em;
	font-family: weiruan;
	margin-left: 1%;
}
#liu .right div input {
	display: block;
	background: #ccc;
	width: 100%;
	line-height: 3em;
	border: 0;
	padding-left: 1em;
	height: 3em;
	font-size: 14px;
}
#liu {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	height: 455px;
	position: relative;
	padding-top: 40px;
}
#liu .lianxi {
	float: right;
	width: 540px;
	background: rgba(3,138,214,0.8);
	height: 276px;
	padding: 20px;
}
#liu .lianxi h2 {
	color: #fff;
	line-height: 50px;
}
#liu .lianxi p {
	color: #fff;
	line-height: 30px;
}
header .navbar .navbar-nav>li>a.login {
	padding: 7px 18px;
	line-height: 20px;
	margin-top: 21px;
	margin-right: 15px;
	border-color: rgba(1,170,255,.2);
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	display: block;
	border-radius: 4px
}
.col-xs-12 {
	width: 100%;
	float: left;
	position: relative
}
.p-r-0 {
	padding-right: 0!important
}
.p-r-0 {
	padding-right: 0!important
}
.p-l-0 {
	padding-left: 0!important
}
header .navbar .navbar-nav>li>a.login:hover {
	box-shadow: inset 0 0 0 2px #FC0;
	background-color: transparent
}
.top-menu-header {
}
.subnav {
	position: absolute;
	z-index: 1001;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: rgba(238,238,238,0.9);
}
.subnav.fixed {
	top: 80px;
	position: fixed
}
.subnav .sub-nav {
	border-top: 1px solid rgba(255,255,255,0.1)
}
.subnav .sub-nav:after {
	content: '';
	clear: both
}
.col-sm-12 {
	width: 100%;
	padding-left: 25%;
}
.sub-nav dl {
	margin: 20px 70px 20px 0;
	float: left
}
.sub-nav dl .col-xs-6 {
	width: 50%;
	float: left
}
.sub-nav dt, .sub-nav dt a {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: 400
}
.sub-nav dd {
	line-height: 30px;
	position: relative
}
.sub-nav dd .hot {
	background-image: url(../images/nav-hot.png);
	margin-left: 5px;
	margin-top: 10px;
	width: 28px;
	height: 11px;
	text-indent: -999em;
	display: block;
	float: right
}
.sub-nav dd a {
	color: #515151
}
.sub-nav dd a:hover {
	color: #0166ce
}
.nav-menu {
	width: 100%;
	overflow: hidden;
	background-color: #F7FBFB;
	box-shadow: inset 0 -1px 0 #e3e3e3
}
.nav-menu ul {
	display: block;
	margin: 0 auto;
	padding: 0
}
.nav-menu ul li {
	float: left;
	width: 20%;
	list-style: none
}
.nav-menu ul li:first-child a {
	border-left: 1px solid #e3e3e3
}
.nav-menu ul a {
	color: #555;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	float: left;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #F7FBFB;
	letter-spacing: .5px;
	transition: all .2s ease-in-out
}
.nav-menu ul a:hover {
	color: #F86539;
	background-color: #FFF
}
.nav-menu ul .active a {
	color: #F86539;
	font-weight: 700;
	background-color: #FFF;
	border-bottom: 1px solid #FFF
}
.nav-menu ul a:after {
	content: "";
	clear: both
}
/*产品*/

.s_fuwu {
    background: #0c83cd;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
	width: 1190px;
margin: 0 auto;
    margin-top: 30px;
}

.s_pro {
	width: 100%;
	position: relative;
	margin-top: 55px;
}
.prok {
	margin: 0 auto;
	width: 1200px;
}
.prok a {color: #0c83cd;}

.prok a:hover {
	font-weight:bold;}

.prok .titer {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.gy {
	text-align: center;
	width: 763px;
	margin: 0 auto;
}
.gy h2 {
	font-size: 30px;
	color: #333;
	line-height: 60px;
}
.gy p {
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.prok ul {
	margin-top: 30px;
}
.prok li {
	float: left;
	width: 380px;
	margin: 10px;
}
.prok li .nrtp {
	width: 380px;
	height: 297px;
	overflow: hidden;
}
.prok li .nrbt {
	width: 100%;
	height: 100px;
	background: #f9f9f9;
}
.prok li .nrbt h4 {
	font-size: 22px;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}
.prok li .nrbt span {
	width: 50px;
	height: 1px;
	background: #e4e4e4;
	display: block;
	top: 15px;
	position: relative;
	left: 10px;
}
.prok li .nrbt e {
	width: 50px;
	height: 1px;
	background: #e4e4e4;
	display: block;
	top: -13px;
	position: relative;
	float: right;
	right: 10px;
}
.nrtp:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.nrtp img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.prok li .nrbt p {
	text-align: center;
	color: #adadad;
}
.prok .titer h4 {
	font-size: 24px;
	font-weight: 400;
}
.prok .titer p {
	margin-top: 22px;
	font-size: 15px;
	color: #1e1e1e;
}
.prok li:hover .nrbt {
	background: #0c83cd;
}
.prok li:hover .nrbt h4 {
	color: #fff;
}
.prok li:hover .nrbt p {
	color: #fff;
}
.prok li:hover .nrbt span {
	background: #fff;
}
.prok li:hover .nrbt e {
	background: #fff;
}
.prok .container {
	width: 1200px;
	margin-top: 15px;
}
.prok .col-md-4 {
	margin: 5px;
}
.prok .col-md-4:hover {
	box-shadow: 3px 3px 5px #555, -3px 3px 5px #ccc;
}
.prok .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.prok .box {
	overflow: hidden;
	position: relative;
	width: 390px;
	height: 258px;
}
.prok .box:before {
	content: "";
	width: 0;
	height: 100%;
	background: #000;
	padding: 14px 18px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	z-index: 11000;
}
.prok .box:hover:before {
	width: 100%;
	left: 0;
	opacity: 0.8;
}
.prok .box .box-content {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 13%;
	left: 0;
	z-index: 11000;
}
.prok .box .title {
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
	opacity: 0;
	transition: all 0.1s ease 0s;
	text-align: center;
}
.prok .box .title a {
	color: #fff;
}
.prok .box .post {
	font-size: 15px;
	text-transform: capitalize;
	opacity: 0;
	transition: all 0.1s ease 0s;
	text-align: center;
}
.prok .box .post a {
	color: #fff;
}

.prok .box .post a:hover {
	color: #0c83cd;
	font-weight:bold;
}



.prok .box:hover .title, .prok .box:hover .post {
	opacity: 1;
	transition-delay: 0.3s;
	
}
.prok .box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 15px;
}
.prok .box .icon li {
	display: inline-block;
}
.prok .box .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #f74e55;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease 0s;
}
.prok .box:hover .icon li a {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}
.prok.box:hover .icon li:last-child a {
	transition-delay: 0.8s;
}
.prok .row {
	margin-right: 0;
	margin-left: 0;
}
.prok h6 {
	font-size: 22px;
	text-align: center;
	position: relative;
	top: -145px;
	color: #fff;
	z-index: 10001;
}
/*查询下载*/


.Inquire {
	width: 100%;
	margin-top: 60px;
	position: relative;
	background: #f7f7f7;
}
.Inquirek {
	margin: 0 auto;
	width: 1200px;
	padding-top: 55px;
}
.Inquirek .Inquire_left {
	width: 402px;
	float: left;
}
.Inquirek .Inquire_left h2 {
	font-size: 30px;
	color: #333;
}
.Inquirek .Inquire_left p {
	color: #1e1e1e;
	margin-top: 35px;
	font-size: 15px;
}
.Inquirek .Inquire_left .more {
	margin-top: 63px;
	margin-bottom: 50px;
}
.Inquirek .Inquire_left .more a {
	border: 1px solid #ccc;
	width: 180px;
	height: 50px;
	display: block;
	border-radius: 10px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #666;
	background: url(../images/jt.png) 72% no-repeat;
}
.Inquirek .Inquire_left .more a:hover {
	border: 1px solid #0c83cd;
	color: #0c83cd;
	background: url(../images/jt_d.png) 72% no-repeat;
}
.Inquirek .Inquire_right {
	width: 658px;
	float: right;
}
.Inquirek .Inquire_right li {
	float: left;
	width: 105px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #bcbcbc;
	margin: 56px;
}
.Inquirek .Inquire_right li .zscx {
	background: url(../images/zscx.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li .bgxz {
	background: url(../images/bgxz.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li .zlxz {
	background: url(../images/zlxz.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li:hover .zscx {
	background: url(../images/zscx_d.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li:hover .bgxz {
	background: url(../images/bgxz_d.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li:hover .zlxz {
	background: url(../images/zlxz_d.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.Inquirek .Inquire_right li:hover {
	border-bottom: 1px solid #0c83cd;
	color: #0c83cd
}
/*新闻*/

.new {
	position: relative;
	margin-top: 55px;
	margin-bottom: 60px;
}
.newk {
	width: 1200px;
	margin: 0 auto;
}
.newk .titer {
	text-align: center;
}
.newk .titer h2 {
	font-size: 30px;
	padding-bottom: 30px;
	color: #333;
}
.newk .new_z {
	float: left;
	width: 780px;
}
.newk .new_z li {
	width: 348px;
	float: left;
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.newk .new_z li img {
	width: 100%;
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.newk .new_z li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.newk .new_z li .btk {
	width: 348px;
	height: 195px;
	overflow: hidden;
}
.newk .new_z li .new_tie {
	font-size: 16px;
	color: #666;
	line-height: 60px;
}
.newk .new_z li span {
	color: #999;
	line-height: 26px;
}
.newk .new_z li p {
	color: #0c83cd;
	line-height: 40px;
	background: url(../images/xwjt.png) 28% no-repeat;
}
.newk .new_z li:hover .new_tie {
	color: #0c83cd;
	font-weight: bold;
}
.newk .new_y {
	width: 397px;
	float: right;
}
.newk .new_y span {
	font-size: 22px;
	color: #1e1e1e;
	float: left;
	line-height: 45px;
}
.newk .new_y .more {
	float: right;
	background: url(../images/xwgd.png) 100% no-repeat;
	width: 51px;
	line-height: 45px;
}
.newk .new_y .more a:hover {
	color: #038ad6;
}
.newk .new_y li .new_tie {
	float: left;
	color: #363636;
	line-height: 40px;
}
.newk .new_y li {
	width: 100%;
	float: left;
}
.newk .new_y li p {
	float: right;
	color: #999;
	line-height: 40px;
}
.newk .new_y li:hover .new_tie {
	float: left;
	color: #038ad6;
	font-weight: bold;
}
.new_ys {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.new_yx {
	padding-top: 25px;
}
/*  底部 */	
.footerdk {
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}
.footerk .erw {
	padding-top: 16px;
	width: 130px;
	float: left;
	padding-left: 4%;
}
.footerk .llxx {
	width: 350px;
}
.footer {
	width: 100%;
	background: #e4e4e4;
	height: auto;
	padding-top: 20px;
}
.footerk {
	width: 1200px;
	margin: 0 auto;
}
.footerk li {
	width: 145px;
	float: left;
	padding-right: 18px;
}
.footerk li h6 {
	font-size: 16px;
	color: #333;
	line-height: 50px;
	font-weight: normal;
}
.footerk li a {
	color: #666;
	line-height: 30px;
}
.footerk li a:hover {
	color: #0c83cd;
}
.footerk li p {
	color: #555555;
	line-height: 30px;
}
.footerk .db {
	border-top: 1px solid #ccc;
}
.footerk .db_z {
	float: left;
	line-height: 55px;
	color: #666;
}
.footerk .db_y {
	float: right;
	line-height: 55px;
	color: #666;
}
.footerk .db a {
	color: #666;
}
.footerk .db a:hover {
	color: #038ad6;
}
}
/*  内页关于我们 */








.xban {
	width: 100%;
	overflow: hidden;
}
.xban img {
	width: 100%;
}
.n_about {
	width: 1200px;
	margin: 0 auto;
}
.n_about h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 100px;
}
.n_about p {
	width: 800px;
	margin: 0 auto;
	color: #666;
	text-align: center;
}
.n_about .more {
	width: 160px;
	margin: 0 auto;
	margin-top: 30px;
}
.n_about .more a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #666;
	border: 2px solid #038ad6;
	display: block;
	text-align: center;
}
.n_about .more a:hover {
	color: #fff;
	background: #038ad6
}
.n_wh {
	width: 100%;
	margin-top: 65px;
	overflow: hidden;
	margin-bottom: -95px;
}
.n_wh .wh {
	width: 50%;
	float: left;
	height: 425px;
	overflow: hidden;
}
.n_wh .ry {
	width: 50%;
	float: right;
	height: 425px;
	overflow: hidden;
}
.n_wh .wh img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_wh .wh img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_wh .ry img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_wh .ry img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_wh .wh_biao {
	width: 1200px;
	margin: 0 auto;
	top: -370px;
	position: relative;
}
.n_wh .wh_biao h2 {
	font-size: 30px;
	color: #fff;
}
.n_wh .wh_biao p {
	font-size: 16px;
	color: #fff;
	line-height: 55px;
}
.n_wh .ry_biao {
	float: right;
	margin-right: 140px;
	margin-top: -95px;
}
.n_jg {
	width: 1200px;
	margin: 0 auto;
	margin-top: -65px;
	margin-bottom: 60px;
}
.n_jg h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 100px;
}
.ny .zpk {
	width: 1200px;
	margin: 0 auto;
	color: #333;
	margin-bottom: 40px;
	margin-top: 30px;
}
.wrap-menu {
	width: 100%;
	overflow: hidden;
}
.wrap-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrap-menu ul li {
	display: inline-block;
	margin: 0;
	width: 120px;
	text-align: center;
}
/*.wrap-menu ul li .select {background: #a44c20;color: #fff;}*/
.wrap-menu ul li h5 {
	cursor: pointer;
	height: 100%;
	width: 100%;
	font: 16px/130px '微软雅黑';
	color: #333;/*border-right: 1px solid #ddd;*/
}
.wrap-menu ul li h5:hover {
	cursor: pointer;
	height: 100%;
	width: 100%;
	font: 16px/130px '微软雅黑';
	color: #fff;/*background: #0c83cd;*/
}
.wrap-menu ul li h5 a {
	display: block;
--color: #fff;
--hover: #0c83cd;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.wrap-menu ul li h5 a:hover {
	color: #0c83cd !important;
	display: block;
	font-size: 16px;
	font-weight: bold;/*background: #0c83cd;box-shadow: inset 9em 0 0 0 var(--hover);border-color: var(--hover);*/
}
.wrap-menu ul li .select a {
	color: #0c83cd !important;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.wrap-menu ul li .select a:hover {
	color: #0c83cd;/*background: #0c83cd;*/
}
.about_tb {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
}
.about_left {
	float: left;
	height: auto;
}
.about_left h2 {
	font-size: 30px;
	line-height: 80px;
}
.about_right {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 130px;
}
.about_right a {
	color: #666;
}
.about_right a:hover {
	color: #0c83cd;
}
.page_location {
	color: #666;
}
.page_location a {
	color: #666;
}
.page_location a:hover {
	color: #0c83cd;
}
.lm_box {
	background: #f7f7f7;
	margin-top: -4px;
}
.lx_titer {
	background: url(../images/lxtb.jpg) no-repeat;
	height: 180px;
}
.lx_titerk {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.lx_titerk h2 {
	font-size: 30px;
	line-height: 60px;
}
.lx_titerk p {
	color: #fff;
}
/*  页码 */
.pages {
	margin: 25px 0 40px;
	text-align: center;
	font-size: 14px;
}
.pages .page-active {
	background: #0c83cd;
	border: 1px solid #0c83cd;
	text-decoration: none;
}
.pages .page-active a {
	color: #fff;
}
.pages li a {
	text-align: center;
	color: #333;
	padding: 0 13px;
}
.pages li {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 6px;
}
/*  内页新闻 */

.ny_new {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.ny_newleft {
	width: 750px;
	float: left;
}
.ny_newleft h2 {
	font-size: 28px;
	font-weight: 400;
}
.ny_newleft ul {
	margin-top: 25px;
}
.ny_newleft li {
	width: 348px;
	float: left;
	margin: 12px;
	border: 1px solid #eee;
}
.ny_newleft li p {
	background: #0c83cd;
	width: 100px;
	height: 25px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
.ny_newleft li .new_tie {
	color: #666;
	line-height: 50px;
}
.ny_newleft li:hover .new_tie {
	color: #0c83cd;
	font-weight: bold;
}
.ny_newleft li .btzk {
	padding-left: 10px;
	padding-bottom: 20px;
}
.ny_newleft li .btk {
	width: 348px;
	height: 195px;
	overflow: hidden;
}
.ny_newleft li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.ny_newleft li img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.ny_newleft li span {
	color: #999;
	line-height: 26px;
}
.ny_newright {
	width: 420px;
	float: right;
}
.ny_newright ul {
	margin-top: 38px;
}
.ny_newright h2 {
	font-size: 28px;
	font-weight: 400;
}
.ny_newright li {
	background: #eee;
	margin-top: 21px;
	padding: 18px;
}
.ny_newright li .new_tie {
	color: #666;
	line-height: 40px;
}
.ny_newright li span {
	color: #999;
	line-height: 26px;
}
.ny_newright li p {
	color: #0c83cd;
	line-height: 40px;
	background: url(../images/xwjt.png) 25% no-repeat;
}
.ny_newright li:hover .new_tie {
	color: #0c83cd;
	font-weight: bold;
}
.news_bj {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin-top: 50px;
}
.news_bj .bjk {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.news_bj .bjk h2 {
	font-size: 26px;
	text-align: right;
	line-height: 80px;
	color: #fff;
}
.news_bj .bjk p {
	float: right;
	width: 400px;
	color: #fff;
	text-align: right;
}
.news_n {
	background: url(../images/xwbt.jpg) no-repeat;
	height: 360px;
}
.news_tit {
	padding-top: 170px;
	text-align: center;
	color: #fff;
}
.news_tit h2 {
	font-size: 32px;
	line-height: 60px;
}
.news_tit p {
	font-size: 14px;
	color: #fff;
}
.ny .gs {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 60px;
}
.gsk {
	width: 1200px;
	margin: 0 auto;
}
.gsk h2 {
	font-size: 32px;
	font-weight: normal;
	float: left;
}
.gsk e {
	float: right;
	line-height: 40px;
	color: #666;
}
.gsk e:hover {
	color: rgba(234,60,0,1);
}
.gsk .slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 60px 0 10px 63px;
	position: relative;
}
.gsk .slideGroup .sPrev, .slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 180px;
	display: block;
	width: 25px;
	height: 54px;
	background: url(../images/xw_z.png) center center no-repeat;
}
.gsk .slideGroup .sNext {
	left: auto;
	right: 5px;
	background: url(../images/xw_y.png) center center no-repeat;
}
.gsk .slideGroup .sNext:hover {
	background: url(../images/xw_yd.png) center center no-repeat;
}
.gsk .slideGroup .sPrev:hover {
	background: url(../images/xw_zd.png) center center no-repeat;
}
.gsk li {
	width: 352px;
	float: left;
	margin: 0 4px;
	float: left;
	_display: inline;
}
.gsk li .btk {
	border: 1px solid #eee;
	width: 350px;
	height: 233px;
	overflow: hidden;
}
.gsk li .btk img {
	transform: scaleX(1) scaleY(1);
	transition: all 0.7s ease 0s;
}
.gsk li:hover .btk img {
	transform: scaleX(1.1) scaleY(1.1);
}
.gsk li .bat {
	height: 60px;
	background: rgba(249,249,249,0.9);
	line-height: 30px;
	color: #333;
	padding-left: 20px;
}
.gsk li .bat p {
	color: #666
}
.gsk li:hover .bat p {
	color: #fff;
}
.gsk li:hover .bat {
	background: #0c83cd;
	color: #fff;
}
.xwnr {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.xwnr_z {
	width: 580px;
	float: left;
}
.xwnr_y {
	float: right;
	width: 580px;
}
.xwnr_z h2 {
	font-size: 32px;
	font-weight: normal;
	float: left;
}
.xwnr_z e {
	float: right;
	line-height: 40px;
	color: #666;
}
.xwnr_z e:hover {
	color: rgba(234,60,0,1);
}
.xwnr_z .gs_titer {
	margin-bottom: 30px;
}
.xwnr_z li {
	height: 108px;
	margin-bottom: 10px;
}
.xwnr_z li .btk {
	width: 160px;
	height: 106px;
	overflow: hidden;
	border: 1px solid #eee;
	float: left;
}
.xwnr_z li .new_tie {
	width: 299px;
	float: left;
	line-height: 40px;
}
.xwnr_z li:hover .new_tie {
	color: rgba(234,60,0,1);
}
.xwnr_z li .bat {
	float: right;
	width: 398px;
	background: #f6f6f6;
	height: 88px;
	padding: 10px;
}
.xwnr_z li .bat p {
	color: #666;
	line-height: 40px;
}
.xwnr_z li .bat span {
	color: #666;
	line-height: 24px;
}
.xwnr_z li .btk img {
	transform: scaleX(1) scaleY(1);
	transition: all 0.7s ease 0s;
	width: 100%;
}
.xwnr_z li:hover .btk img {
	transform: scaleX(1.1) scaleY(1.1);
}
.xwnr_y h2 {
	font-size: 32px;
	font-weight: normal;
	float: left;
}
.xwnr_y e {
	float: right;
	line-height: 40px;
	color: #666;
}
.xwnr_y e:hover {
	color: rgba(234,60,0,1);
}
.xwnr_y .gs_titer {
	margin-bottom: 30px;
}
.xwnr_y li {
	background: #f9f9f9;
	height: 29px;
	margin-bottom: 10px;
	padding: 10px;
}
.xwnr_y .new_tie {
	width: 478px;
	float: left;
	line-height: 30px;
}
.xwnr_y .new_tie:hover {
	color: rgba(234,60,0,1);
}
.xwnr_y p {
	color: #666;
	line-height: 30px;
}
.pageNewsD p {
	line-height: 28px !important;
}
.n_news {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.n_news li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	padding-bottom: 20px;
}
.n_news li img {
	width: 100%;
	transform: scaleX(1) scaleY(1);
	transition: all 0.7s ease 0s;
}
.n_news li img:hover {
	transform: scaleX(1.1) scaleY(1.1);
}
.n_news li .xw_yb {
	float: right;
	width: 1065px;
	padding-top: 12px;
}
.n_news li .xw_yb h2 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 40px;
}
.n_news li .xw_yb p {
	color: #999;
}
.n_news li:hover .xw_yb h2 {
	color: #0c83cd;
	font-weight: bold;
}
.n_news li .xw_ny {
	float: left;
	padding: 20px;
	border-right: 1px solid #eee;
	text-align: center;
}
.n_news li .time {
	color: #999;
}
.n_news li span {
	font-weight: bold;
	font-size: 40px;
	color: #0c83cd;
}
.n_news .tk {
	width: 370px;
	height: 234px;
	overflow: hidden;
}
.n_news .xwbj {
}
.n_news .xwbj h2 {
	font-size: 14px;
	width: 77%;
	line-height: 40px;
	float: left;
}
.n_news .xwbj span {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.n_news p {
	line-height: 24px;
	color: #666;
}
.n_news li:hover .xwbj h2 {
	color: #0c83cd
}
.n_newsk {
	margin-bottom: 340px;
	padding-bottom: 30px;
}
.pageNewsT {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	color: #222;
	line-height: 50px;
	font-weight: bold;
}
.pageNewsC {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	text-align: center;
	border-bottom: dashed 1px #ccc;
}
.pageNewsk {
	border-bottom: dashed 1px #eee;
	margin-bottom: 30px;
}
.pages1 {
	width: 100%;
	margin: 30px auto;
}
.pages1_l {
	float: left;
	width: 50%;
	height: 40px;
}
.pages1_l a {
	line-height: 40px;
	color: #666;
	display: block;
}
.pages1_l a:hover {
	line-height: 40px;
	color: #0c83cd;
	display: block;
}
.pages1_r {
	float: left;
	width: 50%;
	height: 40px;
	text-align: right;
}
.pages1_r a {
	line-height: 40px;
	color: #666;
	display: block;
}
.pages1_r a:hover {
	line-height: 40px;
	color: #0c83cd;
	display: block;
}
/*  内页联系 */

.con {
	width: 1165px;
	margin: 0 auto;
	margin-top: 30px;
}
.mess {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.nr p {
	color: #fff;
}
.mess h2 {
	font-size: 32px;
	text-align: center;
	line-height: 120px;
	font-weight: 400;
}
.right {
	float: right;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 2%;
}
.right div {
	float: left;
	width: 48%;
	overflow: hidden;
	margin-bottom: 3%;
	margin-left: 1%;
}
.right div input {
	display: block;
	background: #eee;
	width: 100%;
	line-height: 3em;
	border: 0;
	padding-left: 1em;
	height: 3em;
	font-size: 14px;
}
.right label {
}
.right #Textbox-1 {
}
.right #TJ5, .page-contact .right #TJ6 {
	width: 47%;
	height: 3em;
	border: 0;
	background: #eee;
	color: #999;
	margin-bottom: 5%;
	margin-right: 2.5%;
	padding-left: 1em;
}
.right option {
}
.right #TJ7 {
	border: 0;
	display: block;
	width: 96%;
	margin-bottom: 4%;
	height: 180px;
	font-size: 14px;
	padding-left: 1em;
	background: #eee;
	line-height: 2em;
	font-family: weiruan;
	margin-left: 1%;
}
.right #button1 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	margin-right: 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
	margin-left: 420px;
}
.right #button2 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
}
.right #button1:hover {
	background: #0c83cd;
	color: #fff;
}
.right #button2:hover {
	background: #0c83cd;
	color: #fff;
}
.con_z {
	width: 300px;
	float: left;
}
.con_y {
	float: right;
	width: 850px;
}
.conk {
	background: url(../images/lxbj.jpg) no-repeat;
}
.conxk {
	width: 1200px;
	margin: 0 auto;
}
.conxk .con_left {
	float: left;
	width: 400px;
	background: rgba(255,255,255,0.9);
	margin-top: 90px;
	padding: 20px;
}
.con_right {
	float: right;
	width: 730px;
	padding-top: 90px;
}
.nr a {
	color: #fff;
}
.nr td {
	color: #fff;
	line-height: 28px;
}
/*  内页产品 */

.pro_bg {
	text-align: center;
	margin-top: 30px;
}
.n_cpbg {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.n_cpbg tbody {
	border: 1px solid #ccc;
}
.n_bfbf {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.pro_bg h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.pro_bg p {
	color: #666;
	line-height: 40px;
}
.pro_nr {
	margin-top: 30px;
	color: #fff;
}
.pro_nr p {
	color: #fff;
}
.n_prod {
	background: url(../images/cpbj.jpg) no-repeat;
	height: 2200px;
}
.n_prodk {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.n_prodk h2 {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
}
.n_prodk .cp_titer {
	text-align: center;
}
.n_prodk .cp_titer p {
	color: #fff;
}
.n_prodk .con {
	width: 1200px;
	margin-top: 45px;
}
.n_prodk .con ul li {
	width: 195px;
	height: 320px;
	float: left;
	position: relative;
	overflow: hidden;
}
.n_prodk .txt {
	width: 190px;
	height: 45px;
	background: rgba(12,131,205,0.8);/*透明背景色，不透明其文字内容*/
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-family: "微软雅黑";
}
.n_prodk .txt h3 {
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.n_prodk .txt a {
	color: #fff;
}
.n_prodk .txt p {
	font-size: 14px;
	text-align: center;
}
.n_product {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
}
.n_productk {
	width: 1200px;
	margin: 0 auto;
}
.n_productk .pro_titer {
	text-align: center;
}
.n_productk .pro_titer h2 {
	font-size: 30px;
	line-height: 60px;
}
.n_productk .pro_titer p {
	color: #666;
}
.n_productk h6 {
	font-size: 22px;
	color: #333;
	line-height: 40px;
}
.n_productk li {
	width: 280px;
	float: left;
	border-right: 1px dashed #ccc;
	text-align: center;
}
.n_productk li p {
	color: #666;
}
.n_productk ul {
	margin-top: 50px;
}
/*技术能力	*/

.n_js h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 100px;
}
.n_js p {
	width: 800px;
	margin: 0 auto;
	color: #666;
	text-align: center;
}
.n_js .jsnl {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.n_js .jsnl .yf_left {
	width: 600px;
	height: 345px;
	float: left;
	overflow: hidden;
}
.n_js .jsnl .yf_left img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_js .jsnl li:hover .yf_left img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_js .jsnl .yf_right {
	float: right;
	width: 500px;
	height: 245px;
	background: #f9f9f9;
	padding: 50px;
}
.n_js .jsnl .yf_right .more a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #666;
	border: 2px solid #038ad6;
	display: block;
	text-align: center;
}
.n_js .jsnl .yf_right .more {
	margin-top: 40px;
}
.n_js .jsnl li:hover .yf_right .more a {
	color: #fff;
	background: #038ad6;
}
.n_js .jsnl .yf_right h4 {
	font-size: 24px;
	line-height: 60px;
}
.n_js .jsnl .yf_right p {
	width: 500px;
	text-align: left;
	margin: 0;
	margin-top: 20px;
}
.n_js .jsnl .js_right {
	width: 600px;
	height: 345px;
	float: right;
	overflow: hidden;
}
.n_js .jsnl .js_right img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_js .jsnl li:hover .js_right img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_js .jsnl .js_left {
	float: left;
	width: 500px;
	height: 245px;
	background: #f9f9f9;
	padding: 50px;
}
.n_js .jsnl .js_left .more a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #666;
	border: 2px solid #038ad6;
	display: block;
	text-align: center;
}
.n_js .jsnl .js_left .more {
	margin-top: 40px;
}
.n_js .jsnl li:hover .js_left .more a {
	color: #fff;
	background: #038ad6;
}
.n_js .jsnl .js_left h4 {
	font-size: 24px;
	line-height: 60px;
}
.n_js .jsnl .js_left p {
	width: 500px;
	text-align: left;
	margin: 0;
	margin-top: 20px;
}
.down {
	background: url(../images/xz.jpg) no-repeat;
	height: 500px;
}
.downk h2 {
	color: #000;
	font-size: 30px;
	line-height: 60px;
}
.downk {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.downk p {
	color: #333;
}
.downk .down_titer {
	text-align: center;
}
.downk .down_t {
	background: rgba(255,255,255,0.9);
	height: 242px;
	margin-top: 30px;
	padding-top: 10px;
}
.downk li .bgxz {
	background: url(../images/bgxz.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.downk li .zlxz {
	background: url(../images/zlxz.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.downk .down_tz {
	width: 540px;
	float: left;
}
.downk .down_tz li {
	width: 84px;
	float: left;
	margin: 48px;
	border-bottom: 1px solid #bcbcbc;
	line-height: 50px;
	text-align: center;
}
.downk li:hover .zs {
	background: url(../images/zscx_d.png) no-repeat;
}
.downk li .zs {
	background: url(../images/zscx.png) no-repeat;
	width: 82px;
	height: 78px;
	margin: 0 auto;
}
.downk li:hover .zlxz {
	background: url(../images/zlxz_d.png) no-repeat;
}
.downk li:hover .bgxz {
	background: url(../images/bgxz_d.png) no-repeat;
}
.downk li:hover {
	border-bottom: 1px solid #0c83cd;
	color: #0c83cd;
}
.downk .down_ty {
	float: right;
	width: 620px;
	padding-top: 49px;
	margin-right: 20px;
}
.downk .down_ty h4 {
	font-size: 24px;
	line-height: 60px;
	color: #0c83cd;
}
.downk .down_ty p {
	color: #666;
}
.down_nr {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 25px;
}
.down_z {
	width: 580px;
	float: left;
}
/*.down_y {
	width: 565px;
	float: right;
}*/

.down_y li {width: 520px;
float: left;
margin: 40px;}


.down_y {
    width: 1200px;
    margin: 0 auto;
}
.down_z h2 {
	font-size: 28px;
	font-weight: 400;
}
.down_y h2 {
	font-size: 28px;
	font-weight: 400;float: left;
}
.down_z li {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.down_z li span {
	color: #666;
	line-height: 40px;
	float: left;
}
.down_z li p {
	float: right;
	color: #999;
	line-height: 40px;
}
.down_z ul {
	margin-top: 30px;
}
.down_z li:hover span {
	color: #0c83cd;
	font-weight: bold;
}
.down_y ul {
	margin-top: 60px;
}
.down_y li .tpk {
	width: 348px;
	height: 195px;
	float:left;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #eee;
}
.down_y li .wzk {
	float: left;
	width: 160px;
}
.down_y li span {
	font-size: 14px;
	line-height: 40px;
	color: #666;
}
.down_y li p {
	color: #999;
}
.down_y li .time {
	margin-top: 15px;
	color: #999;
}
.down_y li:hover span {
	color: #0c83cd;
	font-weight: bold;
}
.down_y li img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.down_y li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_down {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.n_down li h2 {
	font-size: 14px;
	float: left;
	line-height: 45px;
	color: #666;
	font-weight: normal;
}

.n_down li:hover h2 {
	color:#0c83cd;font-weight: bold;}

.n_down li p {
color: #999;

float: left;
line-height: 40px;
float: right;
margin-right: 20px;

}
.n_down li .btk {
	width: 275px;
	background: #eee;
	height: 40px;
	padding: 5px;
}

.n_down li .zxdj {
    float: right;
    line-height: 45px;

    
	background:#0c83cd;
	width: 80px;
text-align: center;
}
.n_down li .zxdj a { color: #fff;}
.n_down li {
border-bottom: 1px solid #eee;
}


.n_down .downlist.clearfix {
	margin-top: 20px;
	float: right;
	width: 100%;
	margin-bottom: 40px;
}
.n_down .left02 {
	width: 100%;
	margin: 20px auto 0;
	border-top: 1px #ddd solid;
	padding-top: 30px;
	font-size: 14px;
	line-height: 28px;
}
.n_down .floatr {
	width: 684px;
	float: right;
}
.n_down .floatr .title {
	font-size: 24px;
	color: #333;
	width: 100%;
	word-break: break-all;
	margin-bottom: 20px;
}
.n_down .floatr .table-list {
	width: 100%;
	border-top: 1px #ccc dashed;
}
.n_down .floatr .table-list tr {
	width: 100%;
}
.n_down .floatr .table-list td {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 5px 0;
}
.n_down .floatr .table-list td span {
	color: #333;
}
.n_down .picFocus .prev {
	position: absolute;
	left: 0;
	bottom: 24px;
}
.n_down .picFocus .next {
	position: absolute;
	right: 0;
	bottom: 24px;
}
.n_down .picFocus {
	float: left;
	width: 450px;
	position: relative;
	overflow: hidden;
	height: 252px;
	border: 1px solid #eee;
}
.n_down .dw {
	width: 120px;
	height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 47px;
	margin-top: 20px;
}
.n_down .dw span {
	color: #0c83cd;
	padding: 3%;
}
.cp_bj {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-bottom: 15px;
}
.cpbg {
	width: 1200px;
	margin: 0 auto;
}
.cpbg h2 {
	text-align: center;
	line-height: 120px;
	color: #fff;
}
#hrPage {
	width: 1200px;
	margin: 0 auto;
}
.inner1100 {
	width: 100%;
	margin: 0px auto;
}
.recruitment-info {
	background-color: #ffffff;
	padding: 30px 5%;
}
.recruitment-info .t {
	font-size: 16px;
	font-weight: bold;
}
.recruitment-info a {
	color: #cc0000;
}
.recruitment-info .email {
	font-size: 15px;
	margin: 0 8px 0 11px;
	position: relative;
}
.recruitment-info .email:before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	width: 100%;
	height: 1px;
	background: #cc0000;
	bottom: 0;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.recruitment-info .email:hover:before {
	width: 0;
	right: 0;
	left: auto;
}
.recruitment-select-box {
	margin-top: 35px;
}
.recruitment-select {
	float: left;
	display: block;
	width: 60%;
}
select.mar-sel {
	padding: 10px 26px 10px 2%;
	line-height: 20px;
	height: 42px;
	vertical-align: middle;
	border: 1px solid #9d9b9b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0px 2% 25px 0px;
	width: 40%;
	border-radius: 0;
}
select.mar-sel option {
	padding: 2px 2%;
	box-sizing: border-box;
}
select.mar-sel:hover {
	color: #101010;
}
.csstransitions select.mar-sel {
	background: url(../images/link_select_ico2.png) no-repeat scroll 95% center;
}
.recruitment-serach {
	float: right;
	display: block;
	width: 200px;
	padding: 0 88px 0 0;
	position: relative;
}
.recruitment-serach .txt {
	width: 80%;
	padding: 10px 10%;
	border: 1px solid #959595;
	border-right: 0px none;
	height: 20px;
	line-height: 20px;
}
.recruitment-serach .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 88px;
	text-align: center;
	height: 100%;
	line-height: 42px;
	color: #fff;
	background-color: #cc0000;
}
.recruitment-serach .btn:hover {
	background-color: #333;
}
.recruitment-serach .txt:focus {
	border-color: #cc0000;
}
.hrList {
	font-size: 16px;
}
.hrList .hspan {
	text-align: center;
	cursor: pointer;
	width: 15%;
	display: block;
	float: left;
	border: 1px solid #eee;
}
.hrList .hspan2 {
	text-align: center;
	cursor: pointer;
	width: 20%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan3 {
	text-align: center;
	cursor: pointer;
	width: 13%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan4 {
	cursor: pointer;
	width: 27%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
	text-align: center;
}
.hrList .hspan5 {
	text-align: center;
	cursor: pointer;
	width: 17%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan6 {
	text-align: center;
	cursor: pointer;
	width: 17%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
}
.jcxm {
	position: absolute;
	margin-top: -51px;
	margin-left: 302px;
	width: 481px;
	border: 1px solid #fff;
	text-align: center;
	background: #9d9b9b;
	border-right: none;
}
.sbxx {
	position: absolute;
	margin-top: -51px;
	margin-left: 783px;
	width: 410px;
	border: 1px solid #fff;
	text-align: center;
	background: #9d9b9b;
}
.cpbgk {
	width: 1196px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
	background: #fff;
}
#xh {
	height: 100px;
	line-height: 100px;
	margin-top: -51px;
	position: absolute;
	width: 60px;
	border-right: 1px solid #fff;
	background: #9d9b9b;
}
#jcdx {
	margin-left: 61px;
	height: 100px;
	line-height: 100px;
	margin-top: -51px;
	position: absolute;
	background: #9d9b9b;
	width: 240px;
	border-right: 1px solid #fff;
}
.hrList .hspan1 {
	text-align: center;
	width: 5%;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hrdt {
	background-color: #9d9b9b;
	color: #fff;
}
.hrList dd {
	position: relative;
	background-color: #fff;/*padding-top: 5px;
padding-bottom: 5px;*/
}
.hrList .hrdt {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
}
.hrList .hrT {
	background-color: #fff;
	color: #666666;
}
.hrList .hrT .hspan {
	font-size: 18px;
	text-align: center;
	line-height: 370px;
	color: #038ad6;
}
.hrList .ib {
	width: 16px;
	height: 16px;
	margin: 17px auto 0px;
	display: block;
	position: relative;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.hrList .ib i {
	display: block;
	background-color: #999999;
}
.hrList .ib .ic1 {
	width: 2px;
	height: 16px;
	margin-left: 7px;
}
.hrList .ib .ic2 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.hrList .hrB {
	border: 1px solid #ea3c00;
	display: none;
}
.hrList .hrCon {
	width: 91%;
	margin: 0px auto;
	padding: 30px 0px 50px;
	overflow: hidden;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT {
	background-color: #0c83cd;
	color: #fff;
	box-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT p {
	color: #fff;
}
.hrList dd.active .hrT, .hrList dd .hrT p {
	color: #666;
	line-height: 26px;
}
.hrList .active .ib i, .hrList dd:hover .ib i {
	background-color: #fff;
}
.hrList .active .ib {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.hrList .active .ib .ic2 {
	display: none;
}
.n_cp {
	width: 1200px;
	margin: 0 auto;
}
.n_cp ul {
	margin-top: 30px;
}
.n_cp li {
	width: 285px;
	margin: 6px;
	float: left;
	border: 1px solid #eee;
}
.n_cp li img {
	width: 100%;
}
.n_cp li .tk {
	width: 285px;
	height: 190px;
	overflow: hidden;
}
.n_cp li:hover .tk img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_cp li .tk img {
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_cp li .xwbj {
	width: 265px;
	background: #f9f9f9;
	height: 25px;
	line-height: 25px;
	padding: 10px;
}
.n_cp li h2 {
	font-weight: normal;
	color: #666;
	font-size: 14px;
	float: left;
}
.n_cp li p {
	color: #0c83cd;
	line-height: 25px;
	float: right;
	font-weight: bold;
	font-size: 18px;
}
.n_cp li:hover .xwbj {
	background: #0c83cd;
}
.n_cp li:hover h2 {
	color: #fff;
}
.n_cp li:hover p {
	color: #fff;
}
.n_proy .picFocus {
	float: left;
	width: 502px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.n_proy .picFocus .bd li {
	vertical-align: middle;
	border: 1px solid #eee;
}
.n_proy .picFocus .bd img {
	width: 500px;
	height: 333px;
	display: block;
}
.n_proy .picFocus .hd {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.n_proy .picFocus .hd ul {
	margin-left: 30px;
	overflow: hidden;
	zoom: 1;
}
.n_proy .picFocus .hd ul li.on {
	background: url("images/icoUp.gif") no-repeat center 0;
}
.n_proy .picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.n_proy .picFocus .hd ul li.on img {
	border-color: #0c83cd;
}
.n_proy .picFocus .hd ul li img {
	width: 100px;
	height: 67px;
	border: 2px solid #ddd;
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
	cursor: pointer;
	margin-right: 8px;
}
.n_proy .downlist.clearfix {
	margin-top: 20px;
	float: right;
	width: 100%;
	margin-bottom: 40px;
}
.n_proy .left02 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 14px;
	line-height: 28px;
	height: 220px;
	overflow-x: auto;
}
.n_proy .floatr {
	width: 650px;
	;
	float: right;
}
.n_proy .floatr .title {
	font-size: 24px;
	color: #333;
	width: 100%;
	word-break: break-all;
	margin-bottom: 20px;
}
.n_proy .floatr .table-list {
	width: 100%;
	border-top: 1px #ccc dashed;
}
.n_proy .floatr .table-list tr {
	width: 100%;
}
.n_proy .floatr .table-list td {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 5px 0;
}
.n_proy .floatr .table-list td span {
	color: #333;
}
.n_proy .picFocus .prev {
	position: absolute;
	left: 0;
	bottom: 24px;
}
.n_proy .picFocus .next {
	position: absolute;
	right: 0;
	bottom: 24px;
}
.n_proy .cp_xq {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.n_proy {
	margin-bottom: 60px;
}
.n_ry {
	width: 1200px;
	margin: 0 auto;
}
.n_ry ul {
	margin-top: 30px;
}
.n_ry li {
	width: 285px;
	margin: 6px;
	float: left;
	border: 1px solid #eee;
}
.n_ry li img {
	width: 100%;
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_ry li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_ry li .tpk {
	width: 285px;
	height: 190px;
	overflow: hidden;
}
.n_ry li .tjname {
	height: 45px;
	line-height: 45px;
	background: #f9f9f9;
	text-align: center;
	width: 285px;
	color: #666;
}
.n_ry li:hover .tjname {
	background: #0c83cd;
	color: #fff;
}
.zscx {
	background: url(../images/cxbj.jpg) no-repeat;
	height: 500px;
}
.cx_k {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
	background: rgba(12,131,205,0.8);
	position: relative;
	margin-top: -80px;
}
.cx_z {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
}
.cx_tp {
	float: left;
	margin: 7px;
}
.cxk {
	width: 1000px;
	margin: 0 auto;
}
.cx_y {
	float: right;
	padding-top: 20px;
}
.zscx .titer {
	text-align: center;
	padding-top: 180px;
}
.zscx .titer h2 {
	font-size: 30px;
	line-height: 60px;
}
.cxnr {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
}
.cxnr li {
	width: 160px;
	padding: 15px;
	background: #f7f7f7;
	float: left;
	margin: 5px;
	text-align: center;
}
.cxnr li h2 {
	line-height: 60px;
}
.cxnr li:hover a {
	color: #fff;
}
.cxnr li:hover h2 {
	color: #fff;
}
.cxnr .cplb1:hover {
	background: url(../images/cplb1.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.cxnr .cplb2:hover {
	background: url(../images/cplb2.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.cxnr .cplb3:hover {
	background: url(../images/cplb3.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.cxnr .cplb4:hover {
	background: url(../images/cplb4.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.cxnr .cplb5:hover {
	background: url(../images/cplb5.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.cxnr .cplb6:hover {
	background: url(../images/cplb6.jpg) no-repeat;
	width: 190px;
	height: 230px;
	padding: 0;
}
.about_hj {
	text-align: center;
	padding-top: 40px;
}
.about_hj h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.about_hj p {
	color: #666;
	line-height: 40px;
}
.about_hj .abo_hj {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.n_cx h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 80px;
}
.n_cx p {
	width: 800px;
	margin: 0 auto;
	color: #666;
	text-align: center;
}



.down_y a {
	color:#666;float: right;
line-height: 40px;}

.down_y a:hover {color: #0c83cd;}


.keifu{ position:fixed; top:30%; right:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../images/keifu.png); background-position:0 -149px; }

.keifu_con p a:hover {color:#029bdb;}


.pagePadding3 .inner1100{ background: #fff; width: 99% }
.pagePadding3 .inner1100 .hrList{width: 96%; margin: 0 auto; padding: 20px 0;}
.hrList table{border-collapse:collapse;width:100%;}
.hrList table tr{ font-size: 16px; color: #444; }
.hrList table tr td{border: 1px solid black; font-size: 17px;  padding: 6px 0;}
.hrList table tr td p{ padding: 0 20px; }




